home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-01-01 | 1.1 KB | 36 lines | [TEXT/EMAC] |
- ;;
- ;; This file converts most of the "option" keys into meta
- ;; keys, since MicroEmacs 3.8M no longer does this
- ;; automaticly.
- ;;
- ;; John Peterson, U. Utah.
- ;;
-
- ;; Some Meta keys
- bind-to-key previous-word ∫ ;M-b
- bind-to-key case-word-capitalize ç ;M-c
- bind-to-key delete-next-word ∂ ;M-d
- bind-to-key next-word ƒ ;M-f
- bind-to-key goto-line © ;M-g
- bind-to-key case-word-lower ¬ ;M-l
- bind-to-key fill-paragraph œ ;M-q
- bind-to-key previous-page √ ;M-v
- bind-to-key copy-region ∑ ;M-w
- bind-to-key execute-named-command ≈ ;M-x
- bind-to-key describe-key Ω ;M-z (somewhat bogus)
- bind-to-key set-mark ^@ ;M-' '
- bind-to-key query-replace-string fi ;M-%
- bind-to-key query-replace-string M-%
- ;;bind-to-key delete-previous-word
- bind-to-key end-of-file ˘ ;M->
- bind-to-key beginning-of-file ¯ ;M-<
- bind-to-key unmark-buffer Ÿ ;M-~
- bind-to-key apropos ¿ ;M-?
- ;;bind-to-key case-word-upper ¨
- ;; Fix search keys
- bind-to-key grow-window ^]
- bind-to-key incremental-search ^S
- bind-to-key search-forward ^XS
- bind-to-key reverse-incremental-search ^R
- bind-to-key search-reverse ^XR
-